-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/chips): adds border on chip-action focus #30961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Deployed dev-app for 3a3a1ab to: https://ng-dev-previews-comp--pr-angular-components-30961-dev-08azfdee.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
070a725 to
1b1cfe7
Compare
1b1cfe7 to
8440748
Compare
eeb2235 to
efdf78b
Compare
f87e3c9 to
b37ca74
Compare
0351e46 to
bd9f63d
Compare
bd9f63d to
116801e
Compare
Updates Angular Material Chips component so that when mat-mdc-chip-action is focused on a border appears around either the text of the chip or the action icon, whichever is being focused. This improves the accessibility by aiding the user in seeing which element/action is being focused on. Fixes b/286103414
Removes trailing whitespace to fix lint error.
Updates previous change to set default border color to
Updates previous changes to disable lint errors.
116801e to
3a3a1ab
Compare
|
Closing in favor of #31828 |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates Angular Material Chips component so that when mat-mdc-chip-action is focused on a border appears around either the text of the chip or the action icon, whichever is being focused. This improves the accessibility by aiding the user in seeing which element/action is being focused on.
Before fix screencast
After fix screencast
Fixes b/286103414